/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@media (min-width: 768px) {

    .hidden-xs {
        display: inherit !important;
    }

    .visible-xs {
        display: none !important;
    }
}


@media (max-width: 768px) {
    body, html{
        overflow-x: hidden;
    }
    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: inherit !important;
    }

    h1 {
        font-size: 25px;
        font-weight: 400;
        line-height: 35px;
    }

    h2 {
        font-size: 20px;
        line-height: 24px;
    }

    h3 {
        font-family: Gotham;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
    }

    p {
        font-size: 14px !important;
        font-weight: 400;
        line-height: 18px;
    }

    .btn1 {
        font-size: 14px;
        line-height: 18px;
        height: 45px;
    }

    .banner{
        height: 45vh;
        background-position: 75%
    }
    .banner img{
        max-width: 200px;
    }
    .campo1 img.t1 {
        margin: 60px auto;
        display: block;
        max-width: 250px;
    }
    .img-responsive{
        width: 100%;
        max-width: auto;
    }

    .campo1 .row.cores1 .col-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33%;
        margin: 0 auto;
    }
    .campo1 .row.cores1 h5 {
        display: block;
        margin-top: 5px;
        margin-bottom: 25px;
    }
    .campo1 {
        padding: 60px 0px 40px;
    }
    .mb-80 {
        margin-bottom: 30px;
    }
    .align-cores img{
        max-width: 80px;
    }
    .align-cores{
        margin: 20px auto;
    }
    .mb-200 {
        padding-bottom: 60px;
    }
    .campo3 .col-md-4{
        padding: 0px 30px;
    }
    .container-noright {
        margin: 0;
    }
    .campo3 .img-full{
        padding-left: 15px;
    }
    .campo4 .col-md-6.md2 {
        max-width: 325px;
        margin: 20px auto 0 auto;
    }
    .campo7 .col-md-6.md2 {
        padding: 0px 30px;
    }
    
    .align-cores h5 {
        font-size: 14px;
        margin-top: 5px;
    }
    .align-cores h5 small {
        font-size: 14px;
    }
    
.rodapett.rodapett-black img{
    width: 50px;
  }
}